[PATCH] tests: 780 - 783, new HSTS tests
authorDaniel Stenberg <daniel@haxx.se>
Wed, 9 Oct 2024 09:27:29 +0000 (11:27 +0200)
committerSamuel Henrique <samueloph@debian.org>
Fri, 8 May 2026 14:16:21 +0000 (07:16 -0700)
commitaa0b9135ccda920d03eda16a0f54fb4d93b42dba
tree02b528250b70e70b97d9ac2a1365a31ece979c16
parente4dcbbb3f2aa7f728db8f0bef9933d8bd2b957fe
[PATCH] tests: 780 - 783, new HSTS tests

test780: verify updated HSTS data in response header

test781: HSTS update expiry, with parent includeSubDomains domain
present

test782: HSTS update expiry, with two includeSubDomains domains present

test783: HSTS update expiry, removing includesubdomains in update

Backported by: Aquila Macedo Costa <aquilamacedo@riseup.net>.

Changes:
- Adjust `tests/data/Makefile.inc` to include new HSTS tests (780 - 783).
- Updates 'Debug' to 'debug' in test data files (`test780`, `test781`,
  `test782`, `test783`) to align with curl conventions in bookworm and
  ensure consistency in feature definitions.
- Additionally, `%LOGDIR` is replaced with log in the test files due to
  its absence in curl bookworm.

Gbp-Pq: Name CVE-2024-9681-1.patch
tests/data/Makefile.inc
tests/data/test780 [new file with mode: 0644]
tests/data/test781 [new file with mode: 0644]
tests/data/test782 [new file with mode: 0644]
tests/data/test783 [new file with mode: 0644]